home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10652 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: pwscm518.wdc.nt.com!user
  2. From: norman.wong.0139127@nt.com (Norman Wong)
  3. Newsgroups: comp.graphics.misc,comp.lang.c
  4. Subject: Re: Turbo C Graphics Import/Export Help
  5. Date: Mon, 18 Mar 1996 18:01:56 -0700
  6. Organization: Northern Telecom
  7. Message-ID: <norman.wong.0139127-1803961801560001@pwscm518.wdc.nt.com>
  8. References: <4iiulk$rj9@newsserver.trl.OZ.AU>
  9. NNTP-Posting-Host: pwscm518.bnr.ca
  10.  
  11. In article <4iiulk$rj9@newsserver.trl.OZ.AU>, kjenkin@brahma.trl.OZ.AU
  12. (Karen Jenkin) wrote:
  13.  
  14. > Hi Peoples,
  15. > I have written code to generate some graphics screens in Turbo C 2.0 (DOS).
  16. > However, I now wish to export those screens (prob. through the structure from
  17. > getimage()) to a BMP or PCX format so I can "touch them up" using an external
  18. > graphics tool, and then be able to import them back into my Turbo C code
  19. > (prob through reading into the same structure for putimage()).
  20.  
  21. Have you ever try to capture the screen using some screen capturing
  22. program?  I know it is not a very elegant solution but I think it will
  23. work.  Once captured and touched-up, you could then use the utilities you
  24. mentioned to convert them back to BGI.
  25.  
  26.  
  27. > Oh, I have also been using a SVGA driver and intend on using 256 colours;
  28. > this seems to not be supported with the previously mentioned conversion
  29. > routines. 
  30. I am looking for the same info.  I think Turbo C's BGI Library only
  31. support 16 color on EGA/VGA.  If you find otherwise or there is other ways
  32. to access 256 color (or gray-scale) on the same screen.  Please let me
  33. know too.
  34.  
  35. Thank you.
  36.  
  37. Norman Wong
  38. wongn@enel.ucalgary.ca
  39.